python: make tools/python/xen/util/fileuri.py work on python 2.3
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 23 Jul 2009 08:01:30 +0000 (09:01 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 23 Jul 2009 08:01:30 +0000 (09:01 +0100)
commit200ca5d25f7af0d02d96b1a40063599bfafb7529
treec1f8a7a12a0fcd759ec751057e9653ba254a065f
parentf230ee0045d0a8a3c4cdbaa10f70df7fee88324f
python: make tools/python/xen/util/fileuri.py work on python 2.3

@staticmethod syntax sugar was introduced at python2.4.
expand the syntax sugar for python 2.3

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
tools/python/xen/util/fileuri.py